home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / sv$states_properties.as < prev    next >
Text File  |  2009-02-12  |  414b  |  20 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class sv$states_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function sv$states_properties()
  10.       {
  11.          super("sv","states");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {"alreadyParented":"Cannot add a child that is already parented."};
  17.       }
  18.    }
  19. }
  20.